github.com/jackc/pgx/v5/pgtype.Map.oidToFormatCode (field)

6 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L203: 	oidToFormatCode   map[uint32]int16
		pgtype.go#L238: 		oidToFormatCode:   make(map[uint32]int16),
		pgtype.go#L275: 	m.oidToFormatCode[t.OID] = t.Codec.PreferredFormat()
		pgtype.go#L345: 	if fc, ok := m.oidToFormatCode[oid]; ok {
		pgtype.go#L349: 	if fc, ok := defaultMap.oidToFormatCode[oid]; ok {
		pgtype_default.go#L24: 		oidToFormatCode:   make(map[uint32]int16),